From ff0e2cd0a04d1789f7e81b40347d0741c2e2ff9b Mon Sep 17 00:00:00 2001 From: Camm Maguire Date: Sun, 8 Dec 2019 19:27:24 +0000 Subject: [PATCH] pathnames1.6 Gbp-Pq: Name pathnames1.6 --- o/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o/makefile b/o/makefile index 57db00ea..f032e9cd 100644 --- a/o/makefile +++ b/o/makefile @@ -34,7 +34,7 @@ boot.o: boot.c $(DECL) boot.h $(CC) -c $(CFLAGS) $(DEFS) -fPIC $*.c $(AUX_INFO) prelink.o: prelink.c $(DECL) - $(CC) -fPIE -c $(filter-out -pg,$(CFLAGS)) $(DEFS) $*.c $(AUX_INFO) + $(CC) -c $(filter-out -pg,$(CFLAGS)) -fPIE $(DEFS) $*.c $(AUX_INFO) %.o: %.c $(DECL) $(CC) -c $(CFLAGS) $(DEFS) $*.c $(AUX_INFO) -- 2.30.2